Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Loading): wc parity issues #18343

Merged

Conversation

amal-k-joy
Copy link
Contributor

@amal-k-joy amal-k-joy commented Jan 14, 2025

Closes #17925

Fixing parities in Loading component between react and webcomponent. Below props in webcomponents was not matching with what we have in react. So added new props and deprecating the respective ones to match with React

                      React                 Webcomponents

                      active	  ==>       inactive
		      description ==>	    assistiveText
		      small	 ==>	    type	

Changelog

Changed

  • packages/web-components/src/components/loading/loading-icon.ts
  • packages/web-components/src/components/loading/loading.ts
  • packages/web-components/src/components/loading/loading.stories.ts
  • packages/web-components/src/components/loading/loading.scss

Testing / Reviewing

Can be verified in storybook controls

@amal-k-joy amal-k-joy requested a review from a team as a code owner January 14, 2025 11:18
Copy link

netlify bot commented Jan 14, 2025

Deploy Preview for carbon-elements ready!

Name Link
🔨 Latest commit eedd0c1
🔍 Latest deploy log https://app.netlify.com/sites/carbon-elements/deploys/67b58dde1eb3db000815041a
😎 Deploy Preview https://deploy-preview-18343--carbon-elements.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Jan 14, 2025

Deploy Preview for v11-carbon-react ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 38cfa32
🔍 Latest deploy log https://app.netlify.com/sites/v11-carbon-react/deploys/6786481d88ef1c00083fb68a
😎 Deploy Preview https://deploy-preview-18343--v11-carbon-react.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Jan 14, 2025

Deploy Preview for v11-carbon-react ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit eedd0c1
🔍 Latest deploy log https://app.netlify.com/sites/v11-carbon-react/deploys/67b58dde72903800085c4b49
😎 Deploy Preview https://deploy-preview-18343--v11-carbon-react.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@tay1orjones tay1orjones requested review from a team and judithbenjamin and removed request for a team January 15, 2025 18:44
@tay1orjones
Copy link
Member

Hey, thanks for putting up this PR! I just added @aagonzales as a reviewer to be sure we get a ux and visual review on this.

Copy link

netlify bot commented Jan 17, 2025

Deploy Preview for v11-carbon-web-components ready!

Name Link
🔨 Latest commit eedd0c1
🔍 Latest deploy log https://app.netlify.com/sites/v11-carbon-web-components/deploys/67b58ddef90ddc0008d41717
😎 Deploy Preview https://deploy-preview-18343--v11-carbon-web-components.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Jan 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.92%. Comparing base (d8b3bcc) to head (eedd0c1).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #18343   +/-   ##
=======================================
  Coverage   84.92%   84.92%           
=======================================
  Files         408      408           
  Lines       14501    14501           
  Branches     4679     4679           
=======================================
  Hits        12315    12315           
  Misses       2026     2026           
  Partials      160      160           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@laurenmrice laurenmrice removed the request for review from judithbenjamin January 31, 2025 16:51
Copy link
Member

@aagonzales aagonzales left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything looks good from a visual standpoint 👍

Copy link
Member

@ariellalgilmore ariellalgilmore left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good just a small comment

@Kritvi-bhatia17 Kritvi-bhatia17 added this pull request to the merge queue Feb 19, 2025
Merged via the queue into carbon-design-system:main with commit 9883920 Feb 19, 2025
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

React|WC Parity: Loading
5 participants